A Room __ is a data model that represents database content as an object.
Entity
Model
Database
Table
A _, handles the operations of a coroutine in a lifecycle that can be threaded and canceled.
Scope
Job
Runnable
Executable
A _, handles a specific task within a coroutine and can be assigned context for threading.
The __ modifer allows a function to run asynchronous operations within a coroutine.
Async
Suspend
Launch
Nice
The __ operation returns the modified results of a collection or function after applying transformation logic.
loop
transform
map
launch
Performing a long-running task on the UI thread will…
crash the application
stall the UI providing a bad experience
be prevented by the IDE
None of the above
Next Concept